-
Notifications
You must be signed in to change notification settings - Fork 56
New user roles #387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New user roles #387
Conversation
implement new roles
… whom can activate project
…le including new manager roles
Update feature new roles
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just to confirm @maxceem, when a user with new roles in trying to join a project using Join
button, they would join as standard Manager
role, not with their specific role, right? (Ideally we want them to join project with their specific user role only)
Also, when some else is inviting a user with new roles or editing roles of such users, they would be able to assign these new roles to their specific roles along with the regular Manager
role, right? (Ideally we want them only to be able to assume the user role they have)
Right. So far like that.
Right. So far we give users a freedom to assign any role of the same level. Like “Solution Architect” can become a "Manager" inside project. |
One more observation @maxceem when a |
@vikasrohit thanks for pointing that out. I've noticed, that there is some inconsistency in how we let users invite any user with any role, while when users join the project themselves, the rules are more strict. I've create a new issue to track what improvements we can do for the new user roles appirio-tech/connect-app#3345. Most of them can be done client-side only. While server-side issues could be releases later, as they are not blocking, server-side changes mostly only need to restrict user actions on the backend. |
Okay, Thanks for logging the issue. We can move the front end changes via hotfixes. |
Project Service support of new roles as per appirio-tech/connect-app#3298